object frmSplash3: TfrmSplash3 Left = 192 Top = 265 BorderStyle = bsNone Caption = 'TheBat! Splash' ClientHeight = 456 ClientWidth = 490 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object CloseTimer: TTimer Enabled = False Interval = 5000 OnTimer = CloseTimerTimer Left = 160 Top = 116 end object BlinkTimer: TTimer Enabled = False Interval = 800 OnTimer = BlinkTimerTimer Left = 160 Top = 152 end end